速報APP / 遊戲 / Red Nose 1 English edition

Red Nose 1 English edition

價格:免費

更新日期:2019-01-30

檔案大小:2.7M

目前版本:1.0

版本需求:Android 4.2 以上版本

官方網站:https://programming-car-rednose.business.site/

Email:programming.car.rednose@gmail.com

聯絡地址:〒 146 - 0084 1-18-17 Minamikugahara, Ota-ku, Tokyo

Red Nose 1 English edition(圖1)-速報App

It is a programming introductory software with game feeling.

Beginners can learn the basics of algorithms.

A small red car moves as you programmed.

Can you make the red car "RedNose" goal?

Can you make the "Red Nose" goal?

1 is the first stage. I will run on the road.

2 you can fly in the sky and repeat the same instructions.

In 3, we judge the condition of the road and run through the maze.

At the end of this application, samples 2 and 3 are posted.

In this 1,

· It is necessary to firmly put in the image of the map.

· The sense of direction is taken care of.

Can you correctly judge the direction change to 8 direction?

· Can you tell the distance and direction so that the car does not get out of the road?

· If you make a mistake in the program, the car behaves erratically, can you find the cause?

· Can you solve it by using two available tools (enlargement, tracing)?

· Please run 27 maps.

In stage 2, the car fly in the sky. We also use a fixed number of repetitions.

In stage 3, the car goes through the maze by judging the state of the road.

●Introduction of available instructions

〇 Instructions that can be used in the 1st stage "Road"

· Run on a road

run distance · · · · Traveling at a specified distance

   run ... Go straight ahead to the end of the road

· Change turn direction

 turn direction ... Change the direction to the specified direction.

 You can specify 8 directions.

· Stop

 stop ... Stop. Determine whether the position is a goal

○ Instructions to be added in the second stage "Sky"

Red Nose 1 English edition(圖2)-速報App

· Fly in the sky

fly distance · · · fly a specified distance

   fly · · · go straight and fly to where there are roads

· a fixed number of iterations

   ⟳times times

     processing

   end/

○ Instructions added in the third stage "Loop"

· Execute when if condition is satisfied

   ?condition condition

processing

   end/

· Execute when if condition is satisfied or when it fails

   ?condition condition

processing when condition is met

   ?else

     processing when the condition is not established

   end/

· Repeat while while condition is satisfied

⟳condition condition

     processing to repeat when the condition is satisfied

   end/

● About the name Red Nose

Red beetle, red bee, red ladybug, or rather

Such a name is a small car perfect.

This red car, like a mole,

Push the nose paddle against the road and proceed while exploring the way.

Surely its nose rubbed and it must be red.

That is the impression of the developer.

From here, I named it Red Nose.

Red Nose 1 English edition(圖3)-速報App

The best pose is hanging on the corner of the road when the program fails.

Red Nose 1 English edition(圖4)-速報App